Skip to content

knqyf263/CVE-2021-41773

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

CVE-2021-41773

Path traversal in Apache HTTP Server 2.4.49 (CVE-2021-41773)

For educational purposes only

Test

Set up the PoC environment

$ docker build -t cve-2021-41773 . 
$ docker run --rm -dit -p 8000:80 cve-2021-41773

Confirm it works

$ curl http://localhost:8000
<html><body><h1>It works!</h1></body></html>

Exploit

It is not committed for security reasons.

References

About

Path traversal in Apache HTTP Server 2.4.49 (CVE-2021-41773)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published